home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global cycleNo, userNo
- if the doubleClick then
- exit
- end if
- if getAt(cycleNo, userNo) > 1 then
- put getAt(cycleNo, userNo) - 1 into field "cycle number"
- put 1 into field "begin number"
- put 30 into field "end number"
- set the hilite of member "current daily" to 0
- set the hilite of member "previous daily" to 1
- go("print daily previous")
- cursor(0)
- else
- set the hilite of member "previous daily" to 0
- cursor(0)
- alert("No previous cycles found.")
- end if
- end
-